﻿2026-07-08T23:46:46.8022200Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-08T23:46:46.8022568Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-08T23:46:46.8022802Z [36;1m$PIN = "0c95435"[0m
2026-07-08T23:46:46.8023047Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-08T23:46:46.8023319Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-08T23:46:46.8023694Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-08T23:46:46.8024914Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-08T23:46:46.8025244Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-08T23:46:46.8025525Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-08T23:46:46.8025776Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-08T23:46:46.8026058Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-08T23:46:46.8026345Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-08T23:46:46.8026604Z [36;1m}[0m
2026-07-08T23:46:46.8026770Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-08T23:46:46.8027045Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-08T23:46:46.8086011Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-08T23:46:46.8086313Z ##[endgroup]
2026-07-08T23:46:50.0666307Z    Compiling proc-macro2 v1.0.106
2026-07-08T23:46:50.0666768Z    Compiling unicode-ident v1.0.24
2026-07-08T23:46:50.0667164Z    Compiling quote v1.0.45
2026-07-08T23:46:50.0667457Z    Compiling cfg-if v1.0.4
2026-07-08T23:46:50.0667757Z    Compiling serde_core v1.0.228
2026-07-08T23:46:50.0668056Z    Compiling serde v1.0.228
2026-07-08T23:46:50.0668420Z    Compiling windows-link v0.2.1
2026-07-08T23:46:50.0669231Z    Compiling getrandom v0.3.4
2026-07-08T23:46:50.0669593Z    Compiling typenum v1.20.1
2026-07-08T23:46:50.0669924Z    Compiling portable-atomic v1.13.1
2026-07-08T23:46:50.0670225Z    Compiling version_check v0.9.5
2026-07-08T23:46:50.0670594Z    Compiling pin-project-lite v0.2.17
2026-07-08T23:46:50.0670946Z    Compiling memchr v2.8.1
2026-07-08T23:46:50.0673794Z    Compiling find-msvc-tools v0.1.9
2026-07-08T23:46:50.0701364Z    Compiling shlex v2.0.1
2026-07-08T23:46:50.0701838Z    Compiling critical-section v1.2.0
2026-07-08T23:46:50.2350080Z    Compiling windows-sys v0.61.2
2026-07-08T23:46:50.2589387Z    Compiling subtle v2.6.1
2026-07-08T23:46:50.2637242Z    Compiling smallvec v1.15.1
2026-07-08T23:46:50.2637650Z    Compiling futures-core v0.3.32
2026-07-08T23:46:50.5011276Z    Compiling equivalent v1.0.2
2026-07-08T23:46:50.5748729Z    Compiling bytes v1.11.1
2026-07-08T23:46:50.5843436Z    Compiling itoa v1.0.18
2026-07-08T23:46:50.6164316Z    Compiling semver v1.0.28
2026-07-08T23:46:50.6387922Z    Compiling stable_deref_trait v1.2.1
2026-07-08T23:46:50.6392155Z    Compiling log v0.4.32
2026-07-08T23:46:50.6504693Z    Compiling generic-array v0.14.7
2026-07-08T23:46:50.8638671Z    Compiling futures-sink v0.3.32
2026-07-08T23:46:50.9314182Z    Compiling rand_core v0.10.1
2026-07-08T23:46:50.9590822Z    Compiling rustc_version v0.4.1
2026-07-08T23:46:51.0753437Z    Compiling futures-io v0.3.32
2026-07-08T23:46:51.0918516Z    Compiling slab v0.4.12
2026-07-08T23:46:51.1714041Z    Compiling futures-task v0.3.32
2026-07-08T23:46:51.3925485Z    Compiling rustversion v1.0.22
2026-07-08T23:46:51.4001153Z    Compiling hashbrown v0.17.1
2026-07-08T23:46:51.4870899Z    Compiling getrandom v0.2.17
2026-07-08T23:46:51.5491812Z    Compiling getrandom v0.4.2
2026-07-08T23:46:52.0640804Z    Compiling cpufeatures v0.2.17
2026-07-08T23:46:52.1312601Z    Compiling futures-channel v0.3.32
2026-07-08T23:46:52.2336348Z    Compiling jobserver v0.1.34
2026-07-08T23:46:52.2351082Z    Compiling fnv v1.0.7
2026-07-08T23:46:52.2553478Z    Compiling libc v0.2.186
2026-07-08T23:46:52.2751584Z    Compiling strsim v0.11.1
2026-07-08T23:46:52.3382637Z    Compiling cfg_aliases v0.2.1
2026-07-08T23:46:52.3855113Z    Compiling autocfg v1.5.1
2026-07-08T23:46:52.4306919Z    Compiling writeable v0.6.3
2026-07-08T23:46:52.4490398Z    Compiling litemap v0.8.2
2026-07-08T23:46:52.4834449Z    Compiling utf8_iter v1.0.4
2026-07-08T23:46:52.5940553Z    Compiling cc v1.2.63
2026-07-08T23:46:52.6567402Z    Compiling icu_normalizer_data v2.2.0
2026-07-08T23:46:52.7959389Z    Compiling ident_case v1.0.1
2026-07-08T23:46:52.8204067Z    Compiling icu_properties_data v2.2.0
2026-07-08T23:46:52.8984755Z    Compiling dunce v1.0.5
2026-07-08T23:46:52.9604110Z    Compiling indexmap v2.14.0
2026-07-08T23:46:53.1137819Z    Compiling crypto-common v0.1.7
2026-07-08T23:46:53.1277377Z    Compiling fs_extra v1.3.0
2026-07-08T23:46:53.1667500Z    Compiling percent-encoding v2.3.2
2026-07-08T23:46:53.1772163Z    Compiling http v1.4.1
2026-07-08T23:46:53.1790724Z    Compiling cpufeatures v0.3.0
2026-07-08T23:46:53.2907820Z    Compiling syn v2.0.117
2026-07-08T23:46:53.2976424Z    Compiling unicode-segmentation v1.13.3
2026-07-08T23:46:53.3883978Z    Compiling aws-lc-rs v1.17.0
2026-07-08T23:46:53.4407885Z    Compiling thiserror v2.0.18
2026-07-08T23:46:53.5890951Z    Compiling scopeguard v1.2.0
2026-07-08T23:46:53.6963650Z    Compiling cmake v0.1.58
2026-07-08T23:46:53.7359117Z    Compiling form_urlencoded v1.2.2
2026-07-08T23:46:53.8170962Z    Compiling chacha20 v0.10.0
2026-07-08T23:46:53.8831557Z    Compiling block-buffer v0.10.4
2026-07-08T23:46:54.0247712Z    Compiling untrusted v0.9.0
2026-07-08T23:46:54.0883052Z    Compiling winapi v0.3.9
2026-07-08T23:46:54.1142692Z    Compiling bitflags v2.12.1
2026-07-08T23:46:54.4593045Z    Compiling lock_api v0.4.14
2026-07-08T23:46:54.6035653Z    Compiling ring v0.17.14
2026-07-08T23:46:54.6901925Z    Compiling num-traits v0.2.19
2026-07-08T23:46:54.7345408Z    Compiling windows-strings v0.5.1
2026-07-08T23:46:54.8853215Z    Compiling aws-lc-sys v0.41.0
2026-07-08T23:46:54.9115670Z    Compiling digest v0.10.7
2026-07-08T23:46:54.9371015Z    Compiling rand v0.10.1
2026-07-08T23:46:54.9518162Z    Compiling windows-result v0.4.1
2026-07-08T23:46:55.9087792Z    Compiling heck v0.5.0
2026-07-08T23:46:56.0900212Z    Compiling rustls v0.23.40
2026-07-08T23:46:56.1929887Z    Compiling convert_case v0.10.0
2026-07-08T23:46:56.3201010Z    Compiling anyhow v1.0.102
2026-07-08T23:46:56.3704853Z    Compiling const-oid v0.10.2
2026-07-08T23:46:56.4200229Z    Compiling atomic-waker v1.1.2
2026-07-08T23:46:56.5307288Z    Compiling unicode-xid v0.2.6
2026-07-08T23:46:56.5744769Z    Compiling zerocopy v0.8.50
2026-07-08T23:46:56.5874257Z    Compiling httparse v1.10.1
2026-07-08T23:46:56.7195714Z    Compiling parking_lot_core v0.9.12
2026-07-08T23:46:56.7884084Z    Compiling http-body v1.0.1
2026-07-08T23:46:56.7970297Z    Compiling curve25519-dalek v4.1.3
2026-07-08T23:46:56.8694172Z    Compiling hybrid-array v0.4.12
2026-07-08T23:46:56.9529815Z    Compiling ahash v0.8.12
2026-07-08T23:46:57.2226986Z    Compiling synstructure v0.13.2
2026-07-08T23:46:57.2293149Z    Compiling darling_core v0.20.11
2026-07-08T23:46:57.4518683Z    Compiling socket2 v0.6.4
2026-07-08T23:46:57.5330037Z    Compiling mio v1.2.1
2026-07-08T23:46:57.7034365Z    Compiling fastrand v2.4.1
2026-07-08T23:46:57.7360167Z    Compiling base64ct v1.8.3
2026-07-08T23:46:57.7523231Z    Compiling powerfmt v0.2.0
2026-07-08T23:46:57.8462722Z    Compiling either v1.16.0
2026-07-08T23:46:58.1501770Z    Compiling deranged v0.5.8
2026-07-08T23:46:58.3655464Z    Compiling pem-rfc7468 v1.0.0
2026-07-08T23:46:58.6386049Z    Compiling uuid v1.23.2
2026-07-08T23:46:58.6542930Z    Compiling rand_core v0.6.4
2026-07-08T23:46:58.6571904Z    Compiling data-encoding v2.11.0
2026-07-08T23:46:58.9248022Z    Compiling base64 v0.22.1
2026-07-08T23:46:58.9276963Z    Compiling vcpkg v0.2.15
2026-07-08T23:46:59.0345429Z    Compiling time-core v0.1.8
2026-07-08T23:46:59.1350218Z    Compiling pkg-config v0.3.33
2026-07-08T23:46:59.2625597Z    Compiling num-conv v0.2.2
2026-07-08T23:46:59.3963999Z    Compiling tinyvec_macros v0.1.1
2026-07-08T23:46:59.4007075Z    Compiling zmij v1.0.21
2026-07-08T23:46:59.5253378Z    Compiling try-lock v0.2.5
2026-07-08T23:46:59.5401451Z    Compiling tower-service v0.3.3
2026-07-08T23:46:59.5936873Z    Compiling tinyvec v1.11.0
2026-07-08T23:46:59.6103796Z    Compiling parking_lot v0.12.5
2026-07-08T23:46:59.6438441Z    Compiling want v0.3.1
2026-07-08T23:46:59.6833758Z    Compiling block-buffer v0.12.0
2026-07-08T23:46:59.6901312Z    Compiling crypto-common v0.2.2
2026-07-08T23:46:59.7782143Z    Compiling serde_derive v1.0.228
2026-07-08T23:46:59.8589610Z    Compiling zeroize_derive v1.4.3
2026-07-08T23:46:59.9093204Z    Compiling zerofrom-derive v0.1.7
2026-07-08T23:46:59.9150062Z    Compiling tokio-macros v2.7.0
2026-07-08T23:46:59.9164959Z    Compiling yoke-derive v0.8.2
2026-07-08T23:47:00.0255288Z    Compiling futures-macro v0.3.32
2026-07-08T23:47:00.0356516Z    Compiling zerovec-derive v0.11.3
2026-07-08T23:47:00.1271744Z    Compiling displaydoc v0.2.6
2026-07-08T23:47:00.1393884Z    Compiling tracing-attributes v0.1.31
2026-07-08T23:47:00.2652652Z    Compiling thiserror-impl v2.0.18
2026-07-08T23:47:00.5620723Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-08T23:47:00.9020213Z    Compiling zeroize v1.8.2
2026-07-08T23:47:01.0527916Z    Compiling tokio v1.52.3
2026-07-08T23:47:01.3565308Z    Compiling futures-util v0.3.32
2026-07-08T23:47:01.4264589Z    Compiling rustls-pki-types v1.14.1
2026-07-08T23:47:01.4410162Z    Compiling derive_more-impl v2.1.1
2026-07-08T23:47:01.4421689Z    Compiling darling_macro v0.20.11
2026-07-08T23:47:01.9316613Z    Compiling windows-implement v0.60.2
2026-07-08T23:47:01.9486983Z    Compiling windows-interface v0.59.3
2026-07-08T23:47:01.9501912Z    Compiling zerofrom v0.1.8
2026-07-08T23:47:01.9523220Z    Compiling spez v0.1.2
2026-07-08T23:47:01.9523597Z    Compiling n0-error-macros v0.1.3
2026-07-08T23:47:02.3924655Z    Compiling der v0.8.0-rc.10
2026-07-08T23:47:02.5400606Z    Compiling darling v0.20.11
2026-07-08T23:47:02.6463513Z    Compiling yoke v0.8.3
2026-07-08T23:47:02.6647775Z    Compiling libsqlite3-sys v0.30.1
2026-07-08T23:47:03.0268335Z    Compiling derive_builder_core v0.20.2
2026-07-08T23:47:03.0516660Z    Compiling pin-project-internal v1.1.13
2026-07-08T23:47:03.0726884Z    Compiling sha2 v0.10.9
2026-07-08T23:47:03.1535357Z    Compiling zerovec v0.11.6
2026-07-08T23:47:03.2132735Z    Compiling zerotrie v0.2.4
2026-07-08T23:47:03.3484896Z    Compiling windows-core v0.62.2
2026-07-08T23:47:03.3592385Z    Compiling vergen-lib v9.1.0
2026-07-08T23:47:03.7857274Z    Compiling n0-error v0.1.3
2026-07-08T23:47:03.8156777Z    Compiling inout v0.1.4
2026-07-08T23:47:03.8398588Z    Compiling n0-future v0.3.2
2026-07-08T23:47:04.0657381Z    Compiling serde_json v1.0.150
2026-07-08T23:47:04.1928993Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-08T23:47:04.4922353Z    Compiling tinystr v0.8.3
2026-07-08T23:47:04.5314194Z    Compiling potential_utf v0.1.5
2026-07-08T23:47:04.6214998Z    Compiling signature v2.2.0
2026-07-08T23:47:04.6712727Z    Compiling winnow v1.0.3
2026-07-08T23:47:04.6944404Z    Compiling spin v0.10.0
2026-07-08T23:47:04.7464664Z    Compiling icu_collections v2.2.0
2026-07-08T23:47:04.7873466Z    Compiling derive_builder_macro v0.20.2
2026-07-08T23:47:04.8069580Z    Compiling httpdate v1.0.3
2026-07-08T23:47:04.8647921Z    Compiling diatomic-waker v0.2.3
2026-07-08T23:47:04.8772052Z    Compiling icu_locale_core v2.2.0
2026-07-08T23:47:04.9510324Z    Compiling parking v2.2.1
2026-07-08T23:47:04.9656790Z    Compiling crossbeam-utils v0.8.21
2026-07-08T23:47:05.1787274Z    Compiling ipnet v2.12.0
2026-07-08T23:47:05.2028676Z    Compiling cordyceps v0.3.4
2026-07-08T23:47:05.2751802Z    Compiling futures-lite v2.6.1
2026-07-08T23:47:05.3349597Z    Compiling derive_builder v0.20.2
2026-07-08T23:47:05.4266636Z    Compiling ed25519 v2.2.3
2026-07-08T23:47:05.5315822Z    Compiling pin-project v1.1.13
2026-07-08T23:47:05.7059318Z    Compiling futures-buffered v0.2.13
2026-07-08T23:47:05.8770426Z    Compiling spki v0.8.0-rc.4
2026-07-08T23:47:05.8944458Z    Compiling cipher v0.4.4
2026-07-08T23:47:06.0468621Z    Compiling once_cell v1.21.4
2026-07-08T23:47:06.1413287Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-08T23:47:06.1621524Z    Compiling digest v0.11.3
2026-07-08T23:47:06.1960305Z    Compiling vergen v9.1.0
2026-07-08T23:47:06.2654953Z    Compiling vergen-lib v0.1.6
2026-07-08T23:47:06.2865951Z    Compiling universal-hash v0.5.1
2026-07-08T23:47:06.2957785Z    Compiling noq-udp v0.10.0
2026-07-08T23:47:06.4406523Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-08T23:47:06.5549194Z    Compiling tracing-core v0.1.36
2026-07-08T23:47:06.6314858Z    Compiling icu_provider v2.2.0
2026-07-08T23:47:06.6853590Z    Compiling heapless v0.7.17
2026-07-08T23:47:06.7279725Z    Compiling derive_more v2.1.1
2026-07-08T23:47:06.7334136Z    Compiling sync_wrapper v1.0.2
2026-07-08T23:47:06.7982307Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-08T23:47:06.8695675Z    Compiling opaque-debug v0.3.1
2026-07-08T23:47:07.0494094Z    Compiling tracing v0.1.44
2026-07-08T23:47:07.0496207Z    Compiling hashbrown v0.14.5
2026-07-08T23:47:07.0597282Z    Compiling allocator-api2 v0.2.21
2026-07-08T23:47:07.0597849Z    Compiling icu_normalizer v2.2.0
2026-07-08T23:47:07.6105590Z    Compiling icu_properties v2.2.0
2026-07-08T23:47:07.6434472Z    Compiling byteorder v1.5.0
2026-07-08T23:47:07.6586071Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-08T23:47:07.8520665Z    Compiling polyval v0.6.2
2026-07-08T23:47:07.9849553Z    Compiling hash32 v0.2.1
2026-07-08T23:47:07.9896050Z    Compiling hashlink v0.9.1
2026-07-08T23:47:08.0472346Z    Compiling futures-executor v0.3.32
2026-07-08T23:47:08.1225283Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-08T23:47:08.3441172Z    Compiling ed25519-dalek v2.2.0
2026-07-08T23:47:08.3447749Z    Compiling prefix-trie v0.8.4
2026-07-08T23:47:08.3928732Z    Compiling spin v0.9.8
2026-07-08T23:47:08.4417865Z    Compiling vergen-gitcl v1.0.8
2026-07-08T23:47:08.4979253Z    Compiling windows-threading v0.2.1
2026-07-08T23:47:08.5282074Z    Compiling signature v3.0.0
2026-07-08T23:47:08.6393767Z    Compiling ryu v1.0.23
2026-07-08T23:47:08.6696558Z    Compiling fallible-iterator v0.3.0
2026-07-08T23:47:08.7134209Z    Compiling tower-layer v0.3.3
2026-07-08T23:47:08.7134721Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-08T23:47:08.8756976Z    Compiling tokio-util v0.7.18
2026-07-08T23:47:08.9164155Z    Compiling spt-proto v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-08T23:47:08.9548154Z    Compiling idna_adapter v1.2.2
2026-07-08T23:47:08.9746018Z    Compiling ed25519 v3.0.0-rc.4
2026-07-08T23:47:09.0461888Z    Compiling windows-future v0.3.2
2026-07-08T23:47:09.1015776Z    Compiling proc-macro-crate v3.5.0
2026-07-08T23:47:09.1356328Z    Compiling futures v0.3.32
2026-07-08T23:47:09.2699837Z    Compiling idna v1.1.0
2026-07-08T23:47:09.2965494Z    Compiling rusqlite v0.32.1
2026-07-08T23:47:09.3085501Z    Compiling windows-targets v0.52.6
2026-07-08T23:47:09.4664592Z    Compiling ghash v0.5.1
2026-07-08T23:47:09.6600133Z    Compiling url v2.5.8
2026-07-08T23:47:09.6833796Z    Compiling h2 v0.4.14
2026-07-08T23:47:09.7472636Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-08T23:47:09.8738026Z    Compiling sha2 v0.11.0-rc.5
2026-07-08T23:47:09.9967240Z    Compiling ctr v0.9.2
2026-07-08T23:47:10.0018353Z    Compiling aes v0.8.4
2026-07-08T23:47:10.0324109Z    Compiling windows-collections v0.3.2
2026-07-08T23:47:10.2608423Z    Compiling windows-numerics v0.3.1
2026-07-08T23:47:10.3270267Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-08T23:47:10.4549676Z    Compiling cobs v0.3.0
2026-07-08T23:47:10.7058990Z    Compiling fs2 v0.4.3
2026-07-08T23:47:10.7316648Z    Compiling postcard-derive v0.2.2
2026-07-08T23:47:10.7690471Z    Compiling time v0.3.47
2026-07-08T23:47:10.7881027Z    Compiling http-body-util v0.1.3
2026-07-08T23:47:10.8279320Z    Compiling aead v0.5.2
2026-07-08T23:47:10.9639228Z    Compiling utf8parse v0.2.2
2026-07-08T23:47:10.9991388Z    Compiling arrayvec v0.7.6
2026-07-08T23:47:11.0691242Z    Compiling widestring v1.2.1
2026-07-08T23:47:11.1148146Z    Compiling ipconfig v0.3.4
2026-07-08T23:47:11.1842483Z    Compiling aes-gcm v0.10.3
2026-07-08T23:47:11.1997750Z    Compiling spt-store v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-08T23:47:11.2160251Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-08T23:47:11.4101623Z    Compiling windows v0.62.2
2026-07-08T23:47:11.4201564Z    Compiling data-encoding-macro v0.1.20
2026-07-08T23:47:11.4758446Z    Compiling num_enum_derive v0.7.6
2026-07-08T23:47:11.5861639Z    Compiling windows-sys v0.59.0
2026-07-08T23:47:11.5916793Z    Compiling tower v0.5.3
2026-07-08T23:47:11.6456851Z    Compiling postcard v1.1.3
2026-07-08T23:47:11.7140005Z    Compiling crossbeam-epoch v0.9.18
2026-07-08T23:47:11.8453653Z    Compiling crossbeam-channel v0.5.15
2026-07-08T23:47:11.8855716Z    Compiling chrono v0.4.45
2026-07-08T23:47:12.0429059Z    Compiling enum-assoc v1.3.0
2026-07-08T23:47:12.2716886Z    Compiling async-trait v0.1.89
2026-07-08T23:47:12.2868167Z    Compiling iroh-metrics-derive v0.4.1
2026-07-08T23:47:12.3168702Z    Compiling strum_macros v0.28.0
2026-07-08T23:47:12.9038754Z    Compiling windows-registry v0.6.1
2026-07-08T23:47:13.0765546Z    Compiling blake3 v1.8.5
2026-07-08T23:47:13.1183702Z    Compiling memoffset v0.6.5
2026-07-08T23:47:13.2120560Z    Compiling noq v0.18.0
2026-07-08T23:47:13.2279173Z    Compiling netwatch v0.16.0
2026-07-08T23:47:13.4197950Z    Compiling acto v0.8.2
2026-07-08T23:47:13.6817391Z    Compiling sorted-index-buffer v0.2.1
2026-07-08T23:47:13.6817823Z    Compiling lru-slab v0.1.2
2026-07-08T23:47:13.6951429Z    Compiling foldhash v0.2.0
2026-07-08T23:47:13.6962859Z    Compiling identity-hash v0.1.0
2026-07-08T23:47:13.6991033Z    Compiling rustc-hash v2.1.2
2026-07-08T23:47:13.8099145Z    Compiling tagptr v0.2.0
2026-07-08T23:47:13.8450911Z    Compiling thiserror v1.0.69
2026-07-08T23:47:13.8676590Z    Compiling mac-addr v0.3.0
2026-07-08T23:47:13.8889150Z    Compiling xml-rs v0.8.28
2026-07-08T23:47:13.8902123Z    Compiling ref-cast v1.0.25
2026-07-08T23:47:13.8902524Z    Compiling hashbrown v0.16.1
2026-07-08T23:47:13.9280404Z    Compiling iroh-relay v0.98.0
2026-07-08T23:47:14.1473276Z    Compiling hyper v1.10.1
2026-07-08T23:47:14.2166590Z    Compiling netdev v0.42.0
2026-07-08T23:47:14.2470612Z    Compiling spt-msg v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-08T23:47:14.3254403Z    Compiling moka v0.12.15
2026-07-08T23:47:14.6034211Z    Compiling xmltree v0.10.3
2026-07-08T23:47:15.0339588Z    Compiling strum v0.28.0
2026-07-08T23:47:15.0608419Z    Compiling num_enum v0.7.6
2026-07-08T23:47:15.0657933Z    Compiling iroh-metrics v0.38.3
2026-07-08T23:47:15.1590934Z    Compiling tower-http v0.6.11
2026-07-08T23:47:15.1987826Z    Compiling iroh-base v0.98.0
2026-07-08T23:47:15.3158263Z    Compiling attohttpc v0.30.1
2026-07-08T23:47:15.5207805Z    Compiling n0-watcher v0.6.1
2026-07-08T23:47:15.5377286Z    Compiling tokio-stream v0.1.18
2026-07-08T23:47:15.5504390Z    Compiling toml_datetime v0.6.11
2026-07-08T23:47:15.6788206Z    Compiling hyper-util v0.1.20
2026-07-08T23:47:15.8018887Z    Compiling serde_spanned v0.6.9
2026-07-08T23:47:15.8482903Z    Compiling ref-cast-impl v1.0.25
2026-07-08T23:47:15.8871478Z    Compiling thiserror-impl v1.0.69
2026-07-08T23:47:16.1005156Z    Compiling serde_derive_internals v0.29.1
2026-07-08T23:47:16.1564304Z    Compiling simple-dns v0.9.3
2026-07-08T23:47:16.2720115Z    Compiling serial-core v0.4.0
2026-07-08T23:47:16.2737311Z    Compiling aho-corasick v1.1.4
2026-07-08T23:47:16.3247491Z    Compiling toml_write v0.1.2
2026-07-08T23:47:16.6447292Z    Compiling sha1_smol v1.0.1
2026-07-08T23:47:16.7619087Z    Compiling regex-syntax v0.8.10
2026-07-08T23:47:16.8333080Z    Compiling winnow v0.7.15
2026-07-08T23:47:16.8384264Z    Compiling winreg v0.10.1
2026-07-08T23:47:16.8822663Z    Compiling smol_str v0.1.24
2026-07-08T23:47:16.9686775Z    Compiling simdutf8 v0.1.5
2026-07-08T23:47:17.0530881Z    Compiling constant_time_eq v0.4.2
2026-07-08T23:47:17.1296184Z    Compiling arrayref v0.3.9
2026-07-08T23:47:17.1717115Z    Compiling resolv-conf v0.7.6
2026-07-08T23:47:17.5857943Z    Compiling schemars_derive v1.2.1
2026-07-08T23:47:17.9163394Z    Compiling iroh-dns v0.98.0
2026-07-08T23:47:17.9267547Z    Compiling igd-next v0.17.1
2026-07-08T23:47:18.1506135Z    Compiling serial-windows v0.4.0
2026-07-08T23:47:18.2953327Z    Compiling lru v0.16.4
2026-07-08T23:47:18.3958808Z    Compiling webpki-roots v1.0.7
2026-07-08T23:47:18.4745829Z    Compiling seize v0.5.1
2026-07-08T23:47:18.4822898Z    Compiling darling_core v0.23.0
2026-07-08T23:47:18.5991973Z    Compiling hmac v0.12.1
2026-07-08T23:47:18.6255037Z    Compiling serde_bytes v0.11.19
2026-07-08T23:47:18.7016403Z    Compiling iroh v0.98.2
2026-07-08T23:47:18.7085345Z    Compiling anstyle v1.0.14
2026-07-08T23:47:18.7792021Z    Compiling lazy_static v1.5.0
2026-07-08T23:47:18.9502489Z    Compiling regex-automata v0.4.14
2026-07-08T23:47:19.0230283Z    Compiling toml_edit v0.22.27
2026-07-08T23:47:19.0296258Z    Compiling pin-utils v0.1.0
2026-07-08T23:47:19.0890844Z    Compiling once_cell_polyfill v1.70.2
2026-07-08T23:47:19.1074850Z    Compiling bitflags v1.3.2
2026-07-08T23:47:19.1692957Z    Compiling dyn-clone v1.0.20
2026-07-08T23:47:19.1993294Z    Compiling cmov v0.5.4
2026-07-08T23:47:19.2582116Z    Compiling anstyle-wincon v3.0.11
2026-07-08T23:47:19.2670998Z    Compiling nix v0.25.1
2026-07-08T23:47:19.3032855Z    Compiling shared_library v0.1.9
2026-07-08T23:47:19.3531849Z    Compiling hkdf v0.12.4
2026-07-08T23:47:19.4545323Z    Compiling ctutils v0.4.2
2026-07-08T23:47:19.5496468Z    Compiling papaya v0.2.4
2026-07-08T23:47:19.6836211Z    Compiling serial v0.4.0
2026-07-08T23:47:19.7798684Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-08T23:47:19.7799277Z    Compiling schemars v1.2.1
2026-07-08T23:47:19.8450513Z    Compiling filedescriptor v0.8.3
2026-07-08T23:47:19.8782154Z    Compiling anstyle-parse v1.0.0
2026-07-08T23:47:19.9125739Z    Compiling backon v1.6.0
2026-07-08T23:47:20.0590295Z    Compiling anstyle-query v1.1.5
2026-07-08T23:47:20.2658046Z    Compiling vte_generate_state_changes v0.1.2
2026-07-08T23:47:20.2675927Z    Compiling is_terminal_polyfill v1.70.2
2026-07-08T23:47:20.2769351Z    Compiling instability v0.3.12
2026-07-08T23:47:20.3018756Z    Compiling shell-words v1.1.1
2026-07-08T23:47:20.3096196Z    Compiling colorchoice v1.0.5
2026-07-08T23:47:20.4655623Z    Compiling foldhash v0.1.5
2026-07-08T23:47:20.5112878Z    Compiling paste v1.0.15
2026-07-08T23:47:20.6017765Z    Compiling downcast-rs v1.2.1
2026-07-08T23:47:20.6383262Z    Compiling hashbrown v0.15.5
2026-07-08T23:47:20.6974408Z    Compiling vte v0.13.1
2026-07-08T23:47:20.7164796Z    Compiling portable-pty v0.8.1
2026-07-08T23:47:20.7584160Z    Compiling anstream v1.0.0
2026-07-08T23:47:20.8193355Z    Compiling spake2 v0.4.0
2026-07-08T23:47:21.2191851Z    Compiling regex v1.12.3
2026-07-08T23:47:21.3763136Z    Compiling toml v0.8.23
2026-07-08T23:47:21.4337378Z    Compiling wmi v0.18.4
2026-07-08T23:47:21.4557053Z    Compiling crossterm_winapi v0.9.1
2026-07-08T23:47:21.4986901Z    Compiling strum_macros v0.26.4
2026-07-08T23:47:21.7192671Z    Compiling itertools v0.13.0
2026-07-08T23:47:22.0007530Z    Compiling spt-runtime v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-08T23:47:22.0135991Z    Compiling terminal_size v0.4.4
2026-07-08T23:47:22.4742027Z    Compiling darling_macro v0.23.0
2026-07-08T23:47:22.5012468Z    Compiling sha1 v0.10.6
2026-07-08T23:47:22.6504283Z    Compiling castaway v0.2.4
2026-07-08T23:47:22.8255815Z    Compiling indoc v2.0.7
2026-07-08T23:47:23.5220520Z    Compiling portmapper v0.16.0
2026-07-08T23:47:23.5750118Z    Compiling clap_lex v1.1.0
2026-07-08T23:47:23.6748998Z    Compiling recvmsg v1.0.0
2026-07-08T23:47:23.7156404Z    Compiling doctest-file v1.1.1
2026-07-08T23:47:23.7480414Z    Compiling unicode-width v0.1.14
2026-07-08T23:47:23.9940368Z    Compiling darling v0.23.0
2026-07-08T23:47:24.0612482Z    Compiling static_assertions v1.1.0
2026-07-08T23:47:24.2524009Z    Compiling strum v0.26.3
2026-07-08T23:47:24.4200311Z    Compiling clap_builder v4.6.0
2026-07-08T23:47:24.5856048Z    Compiling spt-live v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-08T23:47:24.6174845Z    Compiling crossterm v0.28.1
2026-07-08T23:47:24.6674891Z    Compiling spt-term v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-08T23:47:24.7910376Z    Compiling lru v0.12.5
2026-07-08T23:47:25.0321671Z    Compiling interprocess v2.4.2
2026-07-08T23:47:25.1380996Z    Compiling unicode-truncate v1.1.0
2026-07-08T23:47:25.2639428Z    Compiling compact_str v0.8.2
2026-07-08T23:47:25.2690655Z    Compiling clap_derive v4.6.1
2026-07-08T23:47:25.3115850Z    Compiling unicode-width v0.2.0
2026-07-08T23:47:25.6142943Z    Compiling cassowary v0.3.0
2026-07-08T23:47:25.7660720Z    Compiling error-code v3.3.2
2026-07-08T23:47:25.9211871Z    Compiling nucleo-matcher v0.3.1
2026-07-08T23:47:26.3644267Z    Compiling qrcode v0.14.1
2026-07-08T23:47:26.5235743Z    Compiling clipboard-win v5.4.1
2026-07-08T23:47:26.5555753Z    Compiling tempfile v3.27.0
2026-07-08T23:47:26.6199040Z    Compiling ratatui v0.29.0
2026-07-08T23:47:28.0709035Z    Compiling clap v4.6.1
2026-07-08T23:47:41.4923610Z    Compiling rustls-webpki v0.103.13
2026-07-08T23:47:44.0432553Z    Compiling tokio-rustls v0.26.4
2026-07-08T23:47:44.0432971Z    Compiling rustls-platform-verifier v0.7.0
2026-07-08T23:47:44.0433248Z    Compiling noq-proto v0.17.0
2026-07-08T23:47:44.2376076Z    Compiling hickory-net v0.26.0-beta.4
2026-07-08T23:47:44.2376627Z    Compiling hyper-rustls v0.27.9
2026-07-08T23:47:44.2377184Z    Compiling tokio-websockets v0.13.2
2026-07-08T23:47:44.4262168Z    Compiling reqwest v0.13.4
2026-07-08T23:47:45.5416882Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-08T23:48:04.4187136Z    Compiling spt-net v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-08T23:48:05.9343662Z    Compiling spt-daemon v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-08T23:48:16.4283651Z    Compiling spt v0.29.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-08T23:48:25.2941095Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 37s
2026-07-08T23:48:25.3166320Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-29006a9038ba056e.exe)
2026-07-08T23:48:25.3962874Z 
2026-07-08T23:48:25.3963261Z running 1 test
2026-07-08T23:48:34.4147102Z test new_brain_serves_against_old_broker ... ok
2026-07-08T23:48:34.4147333Z 
2026-07-08T23:48:34.4147604Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.02s
2026-07-08T23:48:34.4147829Z 
